/* General ----------------------------------------------------------------------------------------------------------------------------------- */
@charset "UTF-8";
* { font-family: 'din-2014', sans-serif; box-sizing: border-box; outline: 0; -webkit-tap-highlight-color:transparent; -webkit-tap-highlight-color:rgba(0,0,0,0); }
:root { --blue: #0c6efb; }
*::-webkit-scrollbar { width: 10px!important; height: 10px!important; }
*::-webkit-scrollbar-thumb { background-color: #293042; }
body { background: #050110; color: #fff; margin: auto; font-size: 18px; }
body.loading:before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background: rgba(255,255,255,0.8) url('/modules/_site/images/loading.gif') center center no-repeat; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
a:link { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
h1,h2,h3,h4,h5 { display: block; margin: 0; padding: 0; font-weight: 600; }
p { font-size: 16px; }
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus { color: #212529; background-color: #fff; border-color: #ffffff; outline: 0; box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
select { display: block; width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat; background-position: right 0.75rem center; background-size: 16px 12px; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select:focus { border-color: #fff; box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
input, button, select, optgroup, textarea { margin: 0; font-size: inherit; line-height: inherit; }
button { -webkit-appearance: button; }
button:not(:disabled) { cursor: pointer; }
.select2 { width: 100% !important; }
.select2-results { font-size: 0.9rem; }
.select2-container .select2-selection--single { padding: 0.375rem 2.25rem 0.375rem 0.75rem !important; height: initial !important; }
.select2-container--default .select2-selection--single { border: 1px solid #ced4da !important; border-radius: 0.25rem !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #000 !important; line-height: initial !important; }
.select2-container .select2-selection--single .select2-selection__rendered { padding: initial !important; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat !important; background-size: 16px 12px !important; border: 0 !important; width: 16px !important; height: 12px !important; right: 12px !important; left: initial !important; transition: 0.2s !important; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { transform: rotate(180deg) !important; }
.select2-selection--single[aria-expanded="true"] { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); }
.select2-container--disabled { opacity: 0.3; }
.icon-wrapper { display: flex; align-items: stretch; position: relative; background: white; }
.icon-wrapper:before { font-family: "Fontawesome"; content: "\f0f6"; font-weight: normal; border-right: 1px solid #ced4da; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; font-size: 0.9rem; font-weight: 400; background: linear-gradient(#fff,#e8e7e7); position: absolute; top: 0px; left: 0px; width: 2.4rem; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 0; }
.icon-wrapper input, .icon-wrapper select { padding-left: 3.15rem; background: transparent; position: relative; z-index: 1; }
.icon-wrapper input:focus, .icon-wrapper select:focus { background: transparent; border-color: transparent; }
.icon-wrapper .select2-container--default .select2-selection--single { padding-left: 3.15rem !important; background: transparent !important; }
.autocomplete-wrapper { position: relative; display: flex; }
.autocomplete-wrapper button.close { display: none; height: initial; position: absolute; right: 0px; z-index: 1; }
.autocomplete-container { width: 100%; max-height: 200px; overflow-y: auto; }
.datepicker-wrapper { display: flex; align-items: stretch; position: relative; background: white; }
.datepicker-wrapper input { text-align: center; padding-left: 2.8rem; background: transparent; position: relative; z-index: 1; cursor: pointer; }
.datepicker-wrapper input:focus { background: transparent; border-color: transparent; }
.datepicker-wrapper:before { font-family: "Fontawesome"; content: "\f073"; font-weight: normal; border-right: 1px solid #ced4da; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; font-size: 1rem; font-weight: 400; background: linear-gradient(#fff,#e8e7e7); position: absolute; top: 0px; left: 0px; width: 2.4rem; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 0; }
.daterangepicker { box-shadow: 0 0 40px 0 rgb(82 63 105 / 28%); border-radius: .42rem !important; border: 0 !important; }
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right { padding: 1rem 1rem !important; }
.daterangepicker .drp-calendar th { font-weight: 600 !important; color: #3f4254 !important; }
.daterangepicker .drp-calendar td { color: #7e8299 !important; }
.daterangepicker .drp-calendar td, .daterangepicker .drp-calendar th { font-size: 0.8rem !important; width: 33px !important; height: 33px !important; }
.daterangepicker .drp-calendar td.active { background-color: #3699ff!important; color: #fff!important; border-radius: .42rem; }
.daterangepicker select { display: initial; padding: 5px 10px !important; }
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active { border-radius: .42rem;background: rgba(54,153,255,.12)!important; color: #3699ff!important; }
.daterangepicker .drp-buttons { padding: 1rem 1.75rem !important; border-top: 1px solid #ebedf3 !important; } 
.daterangepicker .drp-buttons .btn { font-size: .75rem !important; font-weight: 600 !important; padding: .5rem 1rem !important; border-radius: .42rem !important; }
.daterangepicker .btn.btn-primary { color: #fff; background-color: #3699ff; border-color: #3699ff; }
.daterangepicker .btn.btn-primary.focus:not(.btn-text), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled) { color: #fff; background-color: #187de4; border-color: #187de4; }
.daterangepicker .btn.btn-default { color: #3f4254; background-color: #e4e6ef; border-color: #e4e6ef; }
.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span { border-color: #7e8299 !important; }
.daterangepicker .drp-selected { padding-bottom: 10px; }
.floating { position: relative; line-height: 100%; }
.floating > .text, .floating > select, .floating > .select2-container .select2-selection--single { height: calc(3.5rem + 2px) !important; padding: 1.65rem 0.75rem 1rem!important; }
.floating > label { position: absolute; top: 0; left: 0; height: 100%; padding: 1.3rem 0.75rem; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
.floating > .text::-moz-placeholder { color: transparent; }
.floating > .text::placeholder { color: transparent; }
.floating > .text:not(:-moz-placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.floating > .text:focus, .floating > .text:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.floating > .text:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; }
.floating > select, .floating > .select2-container .select2-selection--single { padding-top: 1.625rem !important; padding-bottom: 0.625rem !important; }
.floating > .text:not(:-moz-placeholder-shown) ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.floating > .text:focus ~ label, .floating > .text:not(:placeholder-shown) ~ label, .floating > select ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.65rem) translateX(0.15rem); }
.floating > .text:-webkit-autofill ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
.floating select[multiple], .floating select[size]:not([size="1"]) { padding-right: 0.75rem; background-image: none; }
.floating select:disabled { background-color: #e9ecef; }
.floating select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #212529; }
.checkbox { display: flex; min-height: 1.5rem; margin-bottom: 0.35rem; align-items: center; }
.checkbox input { font-size: 120%; width: 1em; height: 1em; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0, 0, 0, 0.25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; margin-right: 0.5em; cursor: pointer; }
.checkbox input[type=checkbox] { border-radius: 0.15em; }
.checkbox input[type=radio] { border-radius: 50%; }
.checkbox input:active { filter: brightness(90%); }
.checkbox input:focus { border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
.checkbox input:checked { background-color: #0d6efd; border-color: #0d6efd; }
.checkbox input:checked[type=checkbox] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
.checkbox input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
.checkbox input[type=checkbox]:indeterminate { background-color: #0d6efd; border-color: #0d6efd; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
.checkbox input:disabled { pointer-events: none; filter: none; opacity: 0.5; }
.checkbox input[disabled] ~ .checkbox-label, .checkbox input:disabled ~ .checkbox-label { opacity: 0.5; }
.checkbox.switch { padding-left: 3em; }
.checkbox.switch input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; transition: background-position 0.15s ease-in-out; }
.checkbox.switch input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
.checkbox.switch input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.btn { display: inline-block; font-weight: 400; line-height: 1.5; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 1.1rem; font-size: 1rem; border-radius: 0.4rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.btn:hover { text-decoration: none; }
.btn.blue { background-color: #0d6efd; border-color: #0d6efd; }
.btn.blue:hover, .btn.blue:active { background-color: #0b5ed7; border-color: #0a58ca; }
.btn.blue:focus { background-color: #0b5ed7; border-color: #0a58ca; box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
.btn.gray { background-color: #6c757d; border-color: #6c757d; }
.btn.gray:hover, .btn.gray:active { background-color: #5a6268; border-color: #545b62; }
.btn.gray:focus { background-color: #6c757d; border-color: #565e64; box-shadow: 0 0 0 0.25rem rgb(130 138 145 / 50%); }
.btn.green { background-color: #198754; border-color: #198754; }
.btn.green:hover, .btn.green:active { background-color: #157347; border-color: #146c43; }
.btn.green:focus { background-color: #157347; border-color: #146c43; box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
.btn.red { background-color: #dc3545; border-color: #dc3545; }
.btn.red:hover, .btn.red:active { background-color: #bb2d3b; border-color: #b02a37; }
.btn.red:focus { background-color: #bb2d3b; border-color: #b02a37; box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
.btn.yellow { color: #000; background-color: #ffc107; border-color: #ffc107; }
.btn.yellow:hover, .btn.yellow:active { color: #000; background-color: #ffca2c; border-color: #ffc720; }
.btn.yellow:focus { color: #000; background-color: #ffca2c; border-color: #ffc720; box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
.btn.tblue { background-color: #6c89a2; border-color: #627d94; }
.btn.tblue:hover, .btn.tblue:active { background-color: #4e687d; border-color: #4f687d; }
.btn.tblue:focus { background-color: #4e687d; border-color: #4f687d; box-shadow: 0 0 0 0.25rem rgba(108, 137, 162, 0.5); }
.badge { display: inline-block; padding: 0.35em 0.65em; font-size: 0.75em; font-weight: 400; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; }
.badge.blue { background-color: #0d6efd; }
.badge.gray { background-color: #6c757d; }
.badge.green { background-color: #198754; }
.badge.red { background-color: #dc3545; }
.badge.yellow { background-color: #ffc107; }
.tabs { display: flex; flex-wrap: wrap; }
.tabs > div { padding: .5rem 1rem; background: #eee; margin-right: 0.2rem; border-top-left-radius: 0.2rem; border-top-right-radius: 0.2rem; cursor: pointer; transition: 0.2s; user-select: none; }
.tabs > div.active { background: #0d6efd; color: white; }
.tab-contents { padding: 20px; border: 1px solid #eee; }
.tab-contents > div { display: none; }
.tab-contents > div.active { display: block; }
.alert { padding: 1rem 3rem 1rem 1rem; color: #664d03; background-color: #fff3cd; border-color: #ffecb5; position: relative; }
.alert button.close { position: absolute; top: 0; right: 0; z-index: 2; }
button.close, .modal-close { padding: 1.25rem 1rem; box-sizing: content-box; width: 1em; height: 1em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: .25rem; opacity: .5; }
button.close:hover, .modal-close:hover { color: #000; text-decoration: none; opacity: .75; }
button.close:focus, .modal-close:focus { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%); opacity: 1; }
.modal { position: fixed; top: 0; left: 0; z-index: 1050; width: 100%;height: 100%; background: rgba(0,0,0,0); transition: background .15s linear; display: flex; align-items: center; justify-content: center; /* backdrop-filter: blur(1px); */ color: black; }
.modal.show { background: rgba(0,0,0,0.5); }
.modal .modal-close { position: absolute; right: 10px; top: 15px; padding: .5rem .5rem; }
.modal .box { width: 550px; max-width: 550px; background: white; border-radius: 2px; box-shadow: 0 0 25px rgba(0,0,0,0.5); padding: 20px; position: relative; }
.modal .title { font-size: 18px; font-weight: 600; padding: 0 0 15px; border-bottom: 1px solid #eee; }
.modal .content { font-size: 16px; font-weight: 400; padding: 15px 0; border-bottom: 1px solid #eee; }
.modal .btn-container { padding: 20px 0 0; display: flex; }
.modal .btn-container > button { margin-right: 10px; }
.dropdown-wrapper { position: relative; display: table; }
.dropdown-wrapper > button:after { display: inline-block; width: 0; height: 0; margin-left: 1.255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; }
.dropdown-menu, .autocomplete-container { position: absolute; transform: translate3d(0px, 38px, 0px); top: 0px; left: 0px; will-change: transform; z-index: 1000; display: none; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem; }
.dropdown-menu > div, .autocomplete-container > div { display: block; width: 100%; padding: .25rem 1.5rem; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; cursor: pointer; }
.dropdown-menu > div:hover, .autocomplete-container > div:hover { color: #16181b; text-decoration: none; background-color: #e8e9ea; }
ul.pagination { display: flex; flex-wrap: wrap; margin: 0; padding-left: 0; list-style: none; border-radius: .25rem; }
ul.pagination.right { justify-content: flex-end; }
ul.pagination a { position: relative; display: block; padding: .5rem 1rem; margin: 0 0 4px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6; user-select: none; }
ul.pagination a.active { background: #0d6efd; color: white; border-color: #0d6efd; }
ul.pagination a.active:hover { text-decoration: none; }
ul.pagination a:not(.active):hover { color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }
ul.pagination a:not(.active):focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%); }
.breadcrumb { display: flex; flex-wrap: wrap; padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: .25rem; }
.breadcrumb li + li::before { display: inline-block; padding-right: .5rem; padding-left: .5rem; color: #6c757d; content: "/"; }
#cookie-consent { background: linear-gradient(#333,#000); color: white; position: fixed; width: 100%; bottom: 0px; left: 0px; padding: 15px; font-size: 15px; text-align: center; border-top: 1px solid #666; line-height: 150%; z-index: 99999; }
#cookie-consent button { font-family: inherit; font-weight: 700; font-size: inherit; color: #333; background: #fec700; border: 0; padding: 6px 15px; border-radius: 2px; margin: 0 30px; cursor: pointer; text-transform: uppercase; font-size: 14px; }

@media (max-width: 1024px) {
p { font-size: 14px; line-height: 26px; }
#cookie-consent button { display: table; margin: 10px auto 0; } 
.modal .box { width: 90%; max-width: 90%; }
ul.pagination { justify-content: center; }
ul.pagination .prev, ul.pagination .next { width: 48%; text-align: center; }
ul.pagination li { margin: .2rem auto; }
ul.pagination li:not(.next):not(.prev) { order: 1; }
ul.pagination li.prev a, ul.pagination li.next a { padding: 0.4rem; font-size: 1.6rem; }
ul.pagination li.prev { order: 2; }
ul.pagination li.next { order: 3; }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------- */

/* Header ------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------- */

/* Content ----------------------------------------------------------------------------------------------------------------------------------- */
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.col { padding: 0 12px; flex: 0 0 100%; max-width: 100%; /* display: flex; */ }

@media (min-width: 992px){
.col10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col9 { flex: 0 0 75%; max-width: 75%; }
.col8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col7 { flex: 0 0 58.333334%; max-width: 58.333334%; }
.col6 { flex: 0 0 50%; max-width: 50%; }
.col5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col3 { flex: 0 0 25%; max-width: 25%; }
.col2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------- */





section { padding: 40px 0; }
.container { width: 1440px; margin: auto; position: relative; }
p { color: #ccc; line-height: 150%; font-size: 18px; font-weight: 400; }
h1 { font-size: 78px; }
h2 { font-size: 48px; }
h3 { font-size: 36px; }
h4 { font-size: 28px; }
h5 { font-size: 24px; font-weight: 700; }
.buttons { display: flex; align-items: center; justify-content: center; }
.btn { border: 0; border-radius: 50rem; text-transform: uppercase; font-size: 16px; position: relative; color: white; padding: 0 32px; height: 48px; display: inline-flex; align-items: center; justify-content: center; }
.btn.gradient { background: radial-gradient(80.65% 541.58% at 84.92% 0%, #AD00FF 0%, #FF5665 87.67%); }
.btn.gradient:hover { box-shadow: 0px 0px 26px rgba(0, 255, 224, 0.25), 0px 4px 70px #AA20EB; }
.btn.transparent { background: transparent; border: 1px solid white; }
.btn.transparent:hover { background: white; color: #1E1E1E; }
.btn.arrow { padding: 0; }
.btn.arrow:after { content: url('/modules/main/images/arrow_forward.png'); position: relative; top: 7px; left: 3px; }
.btn.shop { display: inline-flex; align-items: center; justify-content: center; }
.btn.shop:before { content: url('/modules/main/images/shopping_cart.png'); position: relative; top: 3px; right: 8px; }
.btn.purple { background: #4517b8; border: 0; border-radius: 6px; }
.btn.purple:hover { box-shadow: 0px 0px 26px rgba(0, 255, 224, 0.25), 0px 4px 70px #AA20EB; }
.btn.outline { border: 2px solid white; }
.btn.outline:hover { background: white; color: black; box-shadow: 0px 0px 26px rgba(255, 255, 255, 0.25), 0px 4px 20px rgba(255, 255, 255, 0.25); }
.notify-box { background: linear-gradient(to right, #FF5665, #AD00FF); font-weight: 400; font-size: 17px; }
.notify-box .container { height: 48px; display: flex; align-items: center; justify-content: flex-start; }
.notify-box .right { margin: 0 0 0 auto; display: flex; align-items: center; justify-content: center; }
.notify-box .close { background: url('/modules/_site/images/close.svg'); width: 24px; height: 24px; margin-left: 18px; cursor: pointer; }
.notify-box button { font-size: 14px; font-weight: 400; border: 1px solid #fff; border-radius: 30px; padding: 6px 24px; background: transparent; color: white; transition: 0.3s; }
.notify-box button:hover { background: white; color: #1E1E1E; }
header { position: fixed; top: 0px; width: 100%; z-index: 9999; /*backdrop-filter: blur(2px); */ }
header .container { display: flex; align-items: center; justify-content: flex-start; height: 75px; }
header.isSticky { box-shadow: 0 100px 80px rgb(0 0 0 / 2%), 0px 41.7776px 33.4221px rgb(0 0 0 / 2%), 0px 22.3363px 17.869px rgb(0 0 0 / 3%), 0px 12.5216px 10.0172px rgb(0 0 0 / 2%), 0px 6.6501px 5.32008px rgb(0 0 0 / 1%), 0px 2.76726px 2.21381px rgb(0 0 0 / 1%); backdrop-filter: blur(7px); }
header.aisSticky .container { height: 55px; }
header nav { margin: 0 0 0 auto; font-size: 16px; }
header nav ul { list-style-type: none; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0; }
header nav li { padding: 0; margin: 0; }
header nav li:not(:first-child) { padding-left: 30px; }
header nav a { text-decoration: none; color: white; }
header nav a:hover { text-decoration: none; color: #ddd; }
header a.border { font-size: 14px; font-weight: 400; border: 2px solid #fff; border-radius: 30px; padding: 6px 24px; background: transparent; color: white; transition: 0.3s; }
header a.border.login { margin-left: 30px; }
header a.border:hover { background: white; color: #1E1E1E; text-decoration: none; }
header .mobil-wrapper { display: none; }
.carousel-control { margin: 0 0 0 auto; display: flex; align-items: center; justify-content: flex-end; }
.carousel-control .back { width: 34px; height: 33px; background: url('/modules/main/images/arrow_back.png') no-repeat; background-size: cover; 	margin-right: 6px; cursor: pointer; }
.carousel-control .forward { width: 34px; height: 33px; background: url('/modules/main/images/arrow_forward_24px.png') no-repeat; background-size: cover; cursor: pointer; }
.newsletter-wrapper { display: flex; align-items: stretch; justify-content: flex-start; color: black; margin: 30px 0 0; }
.newsletter-wrapper input[type="email"] { border-top-right-radius: 0px; border-bottom-right-radius: 0px; border: 0; border-top-left-radius: 30px; border-bottom-left-radius: 30px; padding: 0 30px !important; width: 100%; }
.newsletter-wrapper button { border-radius: 0px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; height: initial; min-width: 140px; }
.newsletter-wrapper .floating > label { padding: 18px 32px 0; font-size: 15px; }
.head-box { display: flex; align-items: stretch; justify-content: flex-start; border-bottom: 1px solid rgba(255, 255, 255, 0.10); padding-bottom: 48px; margin-bottom: 48px; }
.head-box > div { width: 100%; }
.discord-box { margin: 0 0 0 auto; display: flex; width: 420px; padding: 24px; align-items: center; align-self: stretch; border-radius: 12px; background: rgba(169, 158, 189, 0.11); }
.discord-box:hover { text-decoration: none; }
.discord-box img { margin-right: 14px; }
.discord-box p { margin: 0; }
.downtown { display: flex; align-items: flex-start; justify-content: space-between; }
.socials { display: flex; align-items: center; justify-content: space-between; margin: 20px 0; }
.downtown .main { max-width: 380px; }
.copyright span { color: #888; }
.copyright b { margin: 0 10px; }
footer { position: relative; z-index: 1; padding: 110px 0; border-top: 1px solid rgba(255, 255, 255, 0.10); background: rgba(169, 158, 189, 0.11); }
footer ul { list-style-type: none; margin: 0; padding: 0; }
footer h5 { margin-bottom: 20px; }
footer ul a { font-size: 16px; color: #666 !important; }
footer ul a:hover { text-decoration: none; color: white; }
footer li { margin: 10px 0; }

.chart-wrapper { flex-grow: 1; min-width: 700px; border-radius: 12px; background: rgba(169, 158, 189, 0.11); backdrop-filter: blur(30px); padding: 26px; }
.chart-wrapper { position: relative; }
.chart-wrapper .moon { position: absolute; top: -90px; right: -90px; }
.chart-wrapper .chart-logo { display: flex; align-items: center; justify-content: flex-start; font-weight: 600; }
.chart-wrapper .chart-logo > div { font-size: 20px; line-height: 20px; }
.chart-wrapper .chart-logo span { font-size: 14px; font-weight: 400; }
.chart-wrapper .chart-logo img { margin-right: 10px; }
.chart-wrapper .labels { display: flex; align-items: flex-start; justify-content: space-between; font-size: 20px; font-weight: 700; padding: 20px 0 0; }
.chart-wrapper .labels span { font-size: 14px; font-weight: 400; display: block; text-align: right; }

section#blog { text-align: center; }
.blog-wrapper { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 50px; padding: 80px 0; }
.blog { min-width: 400px; flex: calc(50% - 50px); display: flex; align-items: center; justify-content: center; border-radius: 18px; text-align: left; transition: 0.5s; background: rgba(169, 158, 189, 0.11); border: 1px solid rgba(255, 255, 255, 0.10); overflow: hidden;}
.blog a, .blog a:hover { text-decoration: none; display: inline-flex; border-bottom: 2px solid transparent; }
.blog a:hover { border-bottom: 2px solid white;  }
.blog .contents { padding: 0 30px; }
.blog h3 { font-size: 24px; line-height: 110%; font-weight: 700; color: white; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.blog p { line-height: 24px; padding: 8px 0 0px; margin: 0 0 14px; color: white; font-size: 16px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.blog img { width: 310px; height: 250px; min-width: 310px; object-fit: cover; object-position: center center; }
.tags { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 10px; }
.tags a { font-size: 12px; font-weight: 500; color: white; border: 1px solid white; padding: 5px 14px 5px; border-radius: 40px; transition: 0.15s; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.tags a:hover { background: white; border-color: white; text-decoration: none; border: 1px solid white; color: black; }
.footer-tags { padding: 40px 0; justify-content: center; border-top: 1px solid rgba(255, 255, 255, 0.10); }
.blog .created { font-size: 12px; font-weight: 200; padding-top: 16px; }
.chart-wrapper #nxttChart { width: 100%; height: 250px; }

@media (max-width: 1680px) {
/*.container { width: 1366px; }*/
}

@media (max-width: 1440px) {
.container { width: 100%; padding: 0 60px; }
h1 { font-size: 60px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
ul, p { font-size: 16px; }
header nav, .btn { font-size: 14px; }
.notify-box { font-size: 16px; }
.chart-wrapper { min-width: 620px; }
.chart-wrapper .chart-logo { margin-bottom: 20px; }
.chart-wrapper #nxttChart { height: 210px; }
.blog-wrapper { gap: 40px; padding: 60px 0; }
.blog { flex: calc(50% - 40px); }
.blog h3 { font-size: 22px; }
.blog img { width: 250px; height: 240px; min-width: 250px; }
.footer-tags { padding: 30px 0; }
.blog .created { font-size: 12px; padding-top: 16px; }
}

@media (max-width: 1280px) {
.container { width: 100%; padding: 0 44px; }
.chart-wrapper { min-width: 560px; margin-right: 60px; }
.chart-wrapper .moon { width: 200px; top: -76px; right: -76px; }
.chart-wrapper .labels { font-size: 18px; }
.chart-wrapper .labels span { font-size: 11px; }
.chart-wrapper #nxttChart { height: 150px; }
.blog-wrapper { gap: 30px; padding: 50px 0; }
.blog { flex: calc(50% - 30px); }
.blog .contents { padding: 20px 30px 0; }
.blog h3 { font-size: 17px; }
.blog p { line-height: 22px; }
.blog img { width: 200px; height: 220px; min-width: 220px; }
.tags a { font-size: 12px; padding: 3px 12px 4px; }
.blog .created { font-size: 12px; padding-top: 16px; }
}

@media (max-width: 1024px) {
.container { padding: 0 20px; }
section { padding: 20px 0; }
h1 { font-size: 42px; }
h2 { font-size: 26px; }
h3 { font-size: 26px; }
h4 { font-size: 19px; }
h5 { font-size: 20px; }
header { background: black; top: 0px; margin: auto; }
header .hamburger { display: block; padding: 0px; margin: 0 0 0 auto; height: 24px; }
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before { background: white; }
header .container { flex-wrap: wrap; height: initial; padding: 20px; justify-content: space-between; }
header nav { display: none; flex-basis: 100%; flex-grow: 1; order: 2; width: 100%; padding: 10px 20px 0; }
header a.mobil.login { display: initial; margin-right: 20px; }
header nav li:last-child { display: none; }
header nav ul { flex-direction: column; align-items: flex-start; }
header nav li:not(:first-child) { padding-left: 0px; }
header nav li { padding: 10px 0; }
.notify-box { font-size: 14px; }
.notify-box .container { height: initial; padding: 20px; }
.notify-box button { min-width: 120px; padding: 6px 0px; margin-left: 10px; }
header .mobil-wrapper { margin: 0 0 0 auto; display: flex; align-items: center; justify-content: space-between; }
.buttons { flex-wrap: wrap; }
.buttons > * { margin: 10px; }
footer { padding: 60px 0; }
.newsletter-wrapper button { padding: 0; flex-grow: 1; }
.discord-box { width: initial; margin: 20px 0 0; }
.head-box { display: block; }
.head-box br { display: none; }
.downtown {  flex-wrap: wrap; }
.downtown .main { flex: 0 0 100%; padding: 0 0 40px; }
.downtown > div:not(.main) { flex: 0 0 50%; padding: 0 0 20px; }
.chart-wrapper { min-width: initial; width: 300px; margin: auto; padding: 16px 10px; }
.chart-wrapper .chart-logo { margin-bottom: 20px; }
.chart-wrapper .chart-logo > div { font-size: 16px; }
.chart-wrapper .chart-logo img { margin-right: 4px; width: 40px; }
.chart-wrapper .moon { width: 160px; top: -60px; right: -44px; }
.chart-wrapper .labels { font-size: 20px; flex-wrap: wrap; }
.chart-wrapper .labels > div { width: 50%; text-align: center; padding: 8px 0; }
.chart-wrapper .labels span { text-align: center; font-size: 13px; }
.blog { flex: 100%; max-width: 360px; min-width: initial; flex-wrap: wrap; }
.blog img { width: 100%; min-width: 100%; }
.blog .contents { padding: 20px; }
}
